home *** CD-ROM | disk | FTP | other *** search
/ Science Kit & Boreal Lab…Order Assistant Plus 2001 / 2001 Order Assis.iso / pc / Fun Stuff / PC / BioQuiz.exe / scripts / DefineButton2_65 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2000-12-11  |  87 b   |  5 lines

  1. on(release){
  2.    set("/:CurrentAnswer","B");
  3.    call("/Library/:AnswerQuestion");
  4. }
  5.